From: Brion Vibber Date: Fri, 21 May 2004 18:58:09 +0000 (+0000) Subject: Temporary block on Special:Import for the beta cycle X-Git-Tag: 1.3.0beta1~5 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=59b9297a7ef3a907905f4a5dc5915bfca2264fa9;p=lhc%2Fweb%2Fwiklou.git Temporary block on Special:Import for the beta cycle --- diff --git a/includes/SpecialImport.php b/includes/SpecialImport.php index a7384250a8..52de966b3c 100644 --- a/includes/SpecialImport.php +++ b/includes/SpecialImport.php @@ -21,6 +21,11 @@ function wfSpecialImport( $page = "" ) { global $wgOut, $wgLang, $wgRequest, $wgTitle; global $wgImportSources; + ### + $wgOut->addWikiText( "Special:Import is not ready for this beta release, sorry." ); + return; + ### + if( $wgRequest->wasPosted() && $wgRequest->getVal( 'action' ) == 'submit') { $importer = new WikiImporter();